This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Synchronization with a Sonyericsson P800 ~Delores Elnitexli 7.Apr.03 03:18 AM a Web browser General 6.0Windows XP
Well I cracked the LNString dumping and now I have a usable trace.
It looks like the calendar doesn't get synced because of some kind of date comparison problem ?
The sync software runs in 2 passes, the first scans everything in the meetings view of the calendar and checks its modification time.
Every entry whose modification time is greater than the last sync time (presuambly) is then processed in the later pass which causes it to be synced with the phone.
The problem is that the modification time comparison seems to be broken
- I need to find a spare machine and install Notes 5 to see if there are any differences on a supported Notes version.
- setting the full replication options seems to have no effect on the modification time checking (I would have expected it to bypass it ?)
- If you add a new meeting it will have a later modification time so it replicates correctly.
If I hack the return value from LNDateTime::GetYear() to return 2004 in the first pass then the entries get considered by the second pass
- unfortunately the second pass still doesn't sync them but given the hacks I have in that is probably not too surprising :-)
There does seem to be a registry entry with the last sync time in it (HKEY_USERS\Software\Sony Ericsson\Smartphone Monitor\Devices\My P800\LatestSync) but changing that also seems to make no difference.
So as a circumvention if you somehow modify all calendar entries (so their modification time is greater than the last sync time) I think it will work.
- presumably a script could be written to do this